home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / winvram.zip / VIRTUAL.RAM < prev   
Text File  |  1992-12-28  |  3KB  |  46 lines

  1.  
  2. FROM Windows Sources magazine, Feb 93, page 459 - by the Cobb Group
  3.  
  4. The number and size of applications that Windows can open at one time
  5. is determined by your computer's virtual memory limit.   Here's a way
  6. you can edit you SYSTEM.INI file to override default values & increase 
  7. the amount of virtual memory available to Windows.
  8.  
  9. By default, the maximum amount of memory that Windows can use is equal to
  10. the amount of RAM in your system - rounded to the nearest four megabytes -
  11. multiplied by four.  To figure out the maximum RAM for a 3 MB system, for
  12. example, round up to 4 MB and then multiply by four to get 16 MB. You can
  13. then calculate your virtual memory by subtracting the system RAM from the 
  14. total memory figure (16 MB minus 3 MB equals 13 MB of virtual memory).
  15.  
  16. Windows 3.1 allows you to increase total memory by increasing the default 
  17. multiplier of four.         To do this, you first have to add the setting 
  18. PageOverCommit= to the [386Enh] section of the SYSTEM.INI file.  Then set
  19. the multiplier's default value between 1 and 20.    The table "Stretching
  20. Your Memory" shows how changing the multiplier affects maximum memory 
  21. quantities in systems with 2 MB to 16 MB of RAM.
  22.  
  23. Although you can use a multiplier as high as 20, a value greater than 8
  24. is counterproductive.  Increasing the multiplier proportionately increases
  25. the amount of hard disk activity Windows must perform to access a larger 
  26. swap file.  In other words, system performance may suffer if you use a 
  27. multiplier larger than 8.  If you need more than eight times the RAM 
  28. installed on your system, you should install additional system RAM
  29. instead of increasing the value of the PageOverCommit= setting.
  30.  
  31.  
  32.          S t r e t c h i n g   Y o u r   M e m o r y
  33.     ┌────────────┬─────────────────────────────────────────┐
  34.     │  SYSTEM    │            RAM    Multiplier            │
  35.     │   RAM      │     4         5         6         7     │
  36.     │            │ (default)                               │
  37.     ├────────────┼─────────────────────────────────────────┤
  38.     │ 2MB-4MB    │    16MB      20MB      24MB      28MB   │
  39.     │            │                                         │
  40.     │ 5MB-8MB    │    32MB      40MB      48MB      56MB   │
  41.     │            │                                         │
  42.     │ 9MB-12MB   │    48MB      60MB      72MB      84MB   │
  43.     │            │                                         │
  44.     │ 13MB-16MB  │    64MB      80MB      96MB     112MB   │
  45.     └────────────┴─────────────────────────────────────────┘
  46.